generated at
Nomarl mode command | scrapVim
ScrapVimnomarl modeのコマンド群

コマンドの実装

hjkl
nomalMode.js
export class NormalMode { // 引数からemulatorとcursor計算classのinstanceを受け取る constructor() { this.commands = { left: ()=>{} down: ()=>{} up: ()=>{} right: ()=>{}
^0$
nomalMode.js
home: () => {} startOfLine: () => {} // ^ end: () => {}
gg
G
wWbBeE
ge
gE
(){}
%HML
f{char}
レジスタ、motionを指定した状態で実行する
d
y
c
p
~
<>

#2020-11-15 20:16:27